/*友情链接*/
/*$$
{"color":[{"val":"#4f4f4f","title":"标题中文字颜色+正文字"},{"val":"#e7e7e7","title":"标题英文字颜色"}],"background":[{"val":"#ff7011","title":"标题横线颜色"},{"val":"#4f4f4f","title":"大标题横线颜色"}],"border":[{"val":"#dedede","title":"图片实线框颜色"}]}
$$*/

#link_156 {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

#link_156 .indexTitle {
	width: 16.7%;
	float: left;
}

#link_156 .indexCH {
	font-size: 26px;
	line-height: 40px;
	color: #4f4f4f;
	width: 62.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#link_156 .indexCH span {
	width: 8px;
	height: 3px;
	background: #4f4f4f;
	display: block;
}

#link_156 .indexEN {
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7e7e7;
}

#link_156 .indexLine {
	height: 4px;
	width: 67px;
	background: #ff7011;
	margin-top: 10px;
}

#link_156 .linkList {
	width: 83.3%;
	float: left;
}

#link_156 .linkList ul {
	width: 100%;
	overflow: hidden;
}

#link_156 .linkList ul li {
	width: 15%;
	height: 72px;
	border: #dedede solid 1px;
	margin-right: 50px;
	cursor: pointer;
	float: left;
	padding: 15px;
}

#link_156 .linkList ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width:1200px) {
	#link_156 {
		width: 90%;
		padding: 50px 0;
	}
	#link_156 .indexCH{
		width: 80%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#link_156 {
		width: 90%;
		padding: 50px 0;
	}
	#link_156 .indexTitle{
		width: 30%;
	}
	#link_156 .linkList{
		margin-top: 20px;
		width: 100%;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#link_156 {
		width: 96%;
		padding: 50px 0;
		display: none;
	}
	#link_156 .indexTitle{
		width: 55%;
	}
	#link_156 .linkList{
		width: 100%;
		margin-top: 40px;
	}
	#link_156 .linkList ul li{
		margin:0 20px 20px 20px;
		margin-bottom: 20px;
		width: calc(50% - 40px);
	}
}

